PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFGeospatialMeasure Class / getBounds Method
In This Topic
    getBounds Method
    In This Topic
    Gets the map bounds.
    For maps, this bounding polygon is known as a neatline. These points (x and y) are expressed relative to a unit square that describes the bounds associated with a , or .
    Syntax
    public PDFPoint[] getBounds()

    Return Value

    An array of points that describes the bounds of an area for which geospatial transformations are valid.
    See Also